ocr: private: when usedin a member detinition, only other members ot that class can access this member. Use the keyword private". protected: when used in a member definition, only other memebers of that class can access this member, including any member functions that are derived from this class. public: when used in a member definition, this member can be accessed from anywhere within the scope of its class. scope: the part(or section) of a program defined for an identitier, class or runction. This is the range that an identitier or class or runction must work within to access, declare or use. -th ...